Remove nonexisting function from header
authorBenjamin Otte <otte@redhat.com>
Tue, 19 Feb 2019 17:02:46 +0000 (18:02 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 19 Feb 2019 18:22:10 +0000 (19:22 +0100)
gtk/gtkprivate.h

index 3662d688382947b7687e5146875173b5dac73909..4f35ebec6622a0f092b700154dbb8dc8411d9394 100644 (file)
@@ -101,12 +101,6 @@ gboolean         gtk_widget_translate_coordinatesf (GtkWidget  *src_widget,
                                                     double     *dest_x,
                                                     double     *dest_y);
 
-GtkWidget *     _gtk_toplevel_pick (GtkWindow *toplevel,
-                                    gdouble    x,
-                                    gdouble    y,
-                                    gdouble   *x_out,
-                                    gdouble   *y_out);
-
 gdouble _gtk_get_slowdown (void);
 void    _gtk_set_slowdown (gdouble slowdown_factor);